home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00376.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  385 b   |  15 lines

  1. on exitFrame
  2.   puppetSprite(21, 1)
  3.   puppetSprite(22, 1)
  4.   set the locH of sprite 21 to 720
  5.   set the locH of sprite 22 to 720
  6.   repeat with yyy = 7 to 14
  7.     set temp to word 1 of the name of cast the castNum of sprite yyy
  8.     set the castNum of sprite yyy to the number of cast (temp && "?")
  9.   end repeat
  10.   repeat with yyy = 21 to 22
  11.     sdeact(yyy)
  12.   end repeat
  13.   updateStage()
  14. end
  15.